body {
  background-image: url("https://i.imgur.com/8XI5xnA.jpeg");
  font-family: sans-serif;
  background-repeat: none;
  background-size: cover;
}

h1 {
  text-align: center;
  font-family: "Pacifico", cursive;
  font-size: 46px;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: transparent;
  padding: 30px;
  box-shadow: 10px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
  color: whitesmoke;
  backdrop-filter: blur(20px);
  border-color: aqua;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.city:last-child {
  border: none;
}

.date {
  opacity: 0.7;
  font-family: "Crimson Text", serif;
}

.time {
  font-size: 48px;
  font-weight: bold;
  font-family: "Cactus Classical Serif", serif;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: hsl(0, 0%, 100%);
  background: transparent;
}

a {
  color: rgb(243, 243, 246);
}
